home *** CD-ROM | disk | FTP | other *** search
Makefile | 1993-06-18 | 1.6 KB | 71 lines | [TEXT/MPS ] |
- #
- # DTS AddressOMatic
- # Copyright © 1993, Apple Computer Inc.
- # All rights reserved.
- #
- Src = ":Src:"
- Obj = ":Obj:"
- Objects = ∂
- {Obj}AddressOMatic.c.o ∂
- {Obj}AOMCreateButtons.c.o ∂
- {Obj}AOMDecorateDisplay.c.o ∂
- {Obj}AOMFindManager.c.o ∂
- {Obj}AOMPanelEvent.c.o ∂
- {Obj}AOMPanelManager.c.o ∂
- {Obj}AOMSetButtonText.c.o ∂
- {Obj}AOMTypeInManager.c.o ∂
- {Obj}AOMUpdatePanel.c.o ∂
- {Obj}AOMVampDisplay.c.o ∂
- {Obj}DisplayDSSpec.c.o ∂
- {Obj}ErrorAlert.c.o ∂
- {Obj}LogManager.c.o ∂
- {Obj}Main.c.o ∂
- {Obj}PositionDialog.c.o ∂
- {Obj}WindowUtilities.c.o
-
- #
- # Directory dependencies. "Everything in the
- # {Obj} directory depends on something in the
- # {Src} directory."
- #
- {Obj} ƒ {Src}
-
- #
- # Compiler dependencies -- common to all compilations
- # The idea here is that all sources are stored in
- # the {Src} subdirectory, and all objects (and code
- # resources output by the linker) are stored in the
- # {Obj} subdirectory.
- #
- .c.o ƒ .c ∂
- {Src}AddressOMatic.h ∂
- {Src}AddressOMaticPrivate.h ∂
- {Src}AddressOMaticTest.h ∂
- {Src}LogManager.h
- C {COptions} ∂
- -o {TargDir}{Default}.c.o ∂
- {DepDir}{Default}.c
-
- #
- # Build the application
- #
- "DTS AddressOMatic MPW" ƒƒ ∂
- MakeFile ∂
- {Src}AddressOMaticTest.r ∂
- "DTS AddressOMatic.π.rsrc" ∂
- {Objects}
- Rez ∂
- {Src}AddressOMaticTest.r ∂
- -append ∂
- -t APPL ∂
- -i "{CIncludes}" ∂
- -i "{RIncludes}" ∂
- -o "DTS AddressOMatic MPW"
- Link ∂
- -t APPL ∂
- {Objects} ∂
- "{Libraries}"Runtime.o ∂
- "{Libraries}"Interface.o ∂
- -o "DTS AddressOMatic MPW"
-
-